home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
XBase
/
Data
/
ToolBar
/
GoTo.xbase
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-02-13
|
231 b
|
24 lines
/* GoTo */
OPTIONS RESULTS
GETFIELD
record=result
GETNROFRECORDS
nrofrecords=result
IF record<1 THEN DO
DISPLAYBEEP
RETRYINPUT
EXIT
END
IF record>nrofrecords THEN DO
DISPLAYBEEP
RETRYINPUT
EXIT
END
CURRENTRECORD record